projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fa7f10
)
add the transfer and element-type annotation to gdk_device_manager_list_devices
author
John (J5) Palmieri
<johnp@redhat.com>
Thu, 29 Jul 2010 08:50:52 +0000
(
04:50
-0400)
committer
John (J5) Palmieri
<johnp@redhat.com>
Thu, 29 Jul 2010 08:53:54 +0000
(
04:53
-0400)
gdk/gdkdevicemanager.c
patch
|
blob
|
history
diff --git
a/gdk/gdkdevicemanager.c
b/gdk/gdkdevicemanager.c
index c9cf2e23153a3c0c893f888fa01b8612cb3d9655..8f1457b62edf81d86c99a1ba35afe1b8d96f245e 100644
(file)
--- a/
gdk/gdkdevicemanager.c
+++ b/
gdk/gdkdevicemanager.c
@@
-283,7
+283,8
@@
gdk_device_manager_get_display (GdkDeviceManager *device_manager)
* Returns the list of devices of type @type currently attached to
* @device_manager.
*
- * Returns: a list of #GdkDevice<!-- -->s. The returned list must be
+ * Returns: (transfer container) (element-type Gdk.Device): a list of
+ * #GdkDevice<!-- -->s. The returned list must be
* freed with g_list_free (). The list elements are owned by
* GTK+ and must not be freed or unreffed.
*